其他
卧槽!Java 中的 xx ≠ null 是什么鬼东西?第一次见。。。
The following article is from 程序员老鬼 Author 老鬼
java
public class Test {
public static void main(String[] args) {
String name = "微信公众号:程序员老鬼";
int i = 1;
if (i != 1){
System.out.println("!=");
}else if (i >= 1){
System.out.println(">=");
}else if (i <= 1){
System.out.println("<=");
}
}
}
扫码进群记得备注:城市、昵称和技术方向。